projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad6c95
)
(region_limit): Declare Vmark_even_if_inactive.
author
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 23:45:22 +0000
(23:45 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 23:45:22 +0000
(23:45 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 394a9ea91a7905512066a8a4ef1cf7206497eb92..d10e774c9270f5e13a02bfc530e486e06f000488 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-197,6
+197,7
@@
static Lisp_Object
region_limit (beginningp)
int beginningp;
{
+ extern Lisp_Object Vmark_even_if_inactive; /* Defined in callint.c. */
register Lisp_Object m;
if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive)
&& NILP (current_buffer->mark_active))